🎖️GitЯра🎖️
Commit 8cc8185048c8df1b4886e15df008e0c41341cf55
Parents : b2a8377
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-06-29T10:27:01-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-06-29T10:27:01-05:00
fix(car): suppress INVISIBLE_MEMBER in CarScreensTest for fdroid build (#6010)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Changes
1 files changed, 2 insertions(+), 0 deletions(-)
Diff
diff --git a/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt b/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt
index 6c8a982eb2..7d1263f508 100644
--- a/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt
+++ b/feature/car/src/test/kotlin/org/meshtastic/feature/car/CarScreensTest.kt
@@ -14,6 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
+
package org.meshtastic.feature.car
import androidx.car.app.model.PaneTemplate
Served by rngit 1.5.2 - Generated in 0.03s